home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9805 / 000155_owner-linux-arm…r.rutgers.edu _Mon May 25 00:38:32 1998.msg < prev    next >
Internet Message Format  |  1998-06-02  |  4KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from virtual.bbc.co.uk (virtual.bbc.co.uk [132.185.132.199])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id AAA19440
  4.     for <willy@odie.barnet.ac.uk>; Mon, 25 May 1998 00:38:32 +0100
  5. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  6.     by virtual.bbc.co.uk (8.8.5/8.8.5) with ESMTP id AAA12664
  7.     for <willy@bofh.ai>; Mon, 25 May 1998 00:38:31 +0100 (BST)
  8. Received: from vger.rutgers.edu ([128.6.190.2]:29538 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <10934-504>; Mon, 25 May 1998 02:38:16 +0300
  9. Received: by vger.rutgers.edu id <971029-31161>; Sun, 24 May 1998 19:04:16 -0400
  10. Received: from [195.152.9.2] ([195.152.9.2]:3106 "EHLO gateway.copymaster.co.uk" ident: "NO-IDENT-SERVICE[2]") by vger.rutgers.edu with ESMTP id <971021-31161>; Sun, 24 May 1998 19:04:02 -0400
  11. Received: from klmc ([158.152.71.143]) by gateway.copymaster.co.uk
  12.           (Post.Office MTA v3.1.2 release (PO205-101c)
  13.           ID# 0-45194U100L2S100) with SMTP id AAA243
  14.           for <linux-arm@vger.rutgers.edu>; Mon, 25 May 1998 00:25:47 +0000
  15. Date:     Sun, 24 May 1998 23:34:44 +0000
  16. From: tlawton <tlawton@on134th.com>
  17. To: linux-arm@vger.rutgers.edu
  18. Subject: Re: Compilation of BitchX
  19. Message-ID: <d59b7d4b48%on134th-com@klmc.demon.co.uk>
  20. In-Reply-To: <199805241424.PAA04385@raistlin.armlinux.org>
  21. Reply-To: tlawton@on134th.com
  22. Organization: Home
  23. X-Mailer: Messenger v1.34c for RISC OS
  24. MIME-Version: 1.0
  25. Content-Type: text/plain; charset=us-ascii
  26. X-Posting-Agent: RISC OS Newsbase 0.60j
  27. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  28. Sender: owner-linux-arm@vger.rutgers.edu
  29. Precedence: bulk
  30. X-Loop: majordomo@vger.rutgers.edu
  31. Status: RO
  32.  
  33. Hi,
  34.  
  35. >> Below here is a selection, taken from te configure log, of the bits that
  36. >> failed.
  37. >Erm, yes - that log looks correct.  What exactly is the problem?
  38.  
  39.  Apologies. I'd thought it was the fact it couldn't find the files that was
  40. causing problems. Wonderfully helpful is make - give me ARM assembler and
  41. its handy errors any day over C :)
  42.  
  43. *** I found in the dox:
  44.   
  45.     Linux kernel version 1.3.80 made changes to the system include
  46. files. A small definition was removed which will cause a lot of screen
  47. orientated programs to fail on compiling. Both ircii-2.8 and BitchX
  48. will fail when compiling on the file alias.c with an error message about
  49. speed_t or ospeed being undefined. Instead of hacking around this
  50. behaviour within BitchX, edit include/defs.h and supply at the start 
  51. of the file either one of the following for the offending error:
  52.  
  53. Solution: (ospeed)
  54. add "extern short ospeed;"
  55.  
  56. Solution: (speed_t)
  57. add "#define speed_t unsigned short"
  58.  
  59.  But I don't have an defs.h anywhere on the HD, except for in
  60. /usr/src/BitchX/include/, and making these changes to that file still gives
  61. the same trouble except the "parse error before 'ospeed" changes to the fact
  62. that it is multiply defined.
  63.  
  64.  
  65.  
  66. *** (stdout and stderr combined from doing "make" in /usr/src/BitchX)
  67.  
  68. make[1]: Entering directory `/usr/src/BitchX/source'
  69. gcc -O2    -D_VERSION_=\"BitchX\"  -I../include  -c alias.c
  70. In file included from ../include/irc.h:88,
  71.                  from alias.c:11:
  72. /usr/arm-unknown-linuxaout/include/termcap.h:39: parse error before `ospeed'
  73. /usr/arm-unknown-linuxaout/include/termcap.h:39: warning: data definition has no type or storage class
  74. make[1]: *** [alias.o] Error 1
  75. make[1]: Leaving directory `/usr/src/BitchX/source'
  76. make: *** [BitchX] Error 2
  77.  
  78.  
  79. Thanks for any info,
  80.  
  81. Tom
  82.  
  83. PS Can anyone tell me what is "net-pf-5" and why every time I boot up I am
  84. told it can't be found. The system works fine so I guess it's not vital.
  85.  
  86. PPS Does the "strip" command remove debugging information from a binary and
  87. therefore decrease its size?
  88.  
  89. PPPS Can anyone supply the mknod numbers for using hde and hdf. Before the
  90. messing around with my system I've done, they were working but now only hda
  91. is mentioned when the kernel boots up, and in the /dev/ directory there is
  92. only up to hdd
  93.  
  94.  
  95. -- 
  96.  
  97. .... "I'm tired." - Jussie Hammalein
  98.  
  99. unsubscribe: body of `unsubscribe linux-arm' to majordomo@vger.rutgers.edu